home *** CD-ROM | disk | FTP | other *** search
- /*
- * File: mp_gbls.h
- * SGoldthorpe 27-May-91
- */
-
- /*
- * HEADER FILE FOR MIDIPLAY
- */
-
- /* COMPILTER MANIFESTS */
- #define RELEASE 0
- #define VERSION 4
- #define DATE "19-Jul-91"
-
- #define BUFFER_SIZE 65535
- #define MAX_TRACKS 32
-
- #define BOOL int
- #ifndef FALSE
- #define FALSE (0)
- #define TRUE !FALSE
- #endif
-